Open
Conversation
…ith HttpServer.java
…ilation in build.gradle of the oracle adapter.
…data structures for saving those information.
… adapter for retrieving data correctly.
…" method searches with uppercase letters (lowercase doesn't work).
…ew added in Crud and HttpServer.
…ed for postgres first so far)
… sends it correctly to the UI.
…etadata tree structure. And added new command for the HTTP-Server to handle selected attrbiutes
…he oracle adapter
… (yet only postgresql adapter) and are considered while creating the source in the DdlManagerImpl.java
…s datatype "LONGVARCHAR" is correctly recognized.
…ry metadata from oracle source are not filterer yet.
…tedColumns" in monetdb-adapter. The adapter gets deployed now and shows data.
…n the tables setting anymore. "FetchPreview" method for the MetadataProvider instances now shows all metadata (working for postgres and monet db yet).
…g metadata information are filtered.
…data provider is working.
…rly (prototype by now)
…table setting input if the user hasn't made a selection from the preview request (as a long as table setting is active).
…yed adapter. Yet metadata changes are detected but not applied.
…tener removes Adapter Hash when dropping.
# Conflicts: # core/src/main/java/org/polypheny/db/adapter/DataSource.java # dbms/src/main/java/org/polypheny/db/ddl/DdlManagerImpl.java # plugins/csv-adapter/src/main/java/org/polypheny/db/adapter/csv/CsvSource.java # plugins/excel-adapter/src/main/java/org/polypheny/db/adapter/excel/ExcelSource.java # plugins/monetdb-adapter/src/main/java/org/polypheny/db/adapter/monetdb/sources/MonetdbSource.java # plugins/mysql-adapter/src/main/java/org/polypheny/db/adapter/jdbc/MysqlSourcePlugin.java # plugins/postgres-adapter/src/main/java/org/polypheny/db/adapter/postgres/source/PostgresqlSource.java # webui/src/main/java/org/polypheny/db/webui/Crud.java
…N-source (prototype now). Bugfix for adding meta-configurations.
…dd fallback datatype for ExcelEnumerator
…is created and freed by every run.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated schema discovery for heterogenous data stores implementation.